-- background: 2810 from stack: in -- bmap block id: 0 -- flags: 4000 -- background id: 0 -- name: Maint Bg ----- HyperTalk script ----- on newCard tabKey end newCard -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=481 top=22 right=43 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 11045 / 11045 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 256 -- line height: 12 -- part name: New Button ----- HyperTalk script ----- on mouseUp play "hastalavista" --repeat while the sound is not "done" --wait 1 sec go to card id 5341 of stack "HOME" --end repeat end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=257 top=318 right=340 bottom=300 -- title width / last selected line: 0 -- icon id / first selected line: 22308 / 22308 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Multi-Next ----- HyperTalk script ----- on mouseDown go to next card of this bkgnd put the ticks into tickHolder repeat until (the mouse is up) if (the ticks - tickHolder) > 30 then go to next card of this bkgnd put the ticks into tickHolder end if end repeat end mouseDown -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=215 top=318 right=340 bottom=258 -- title width / last selected line: 0 -- icon id / first selected line: 19381 / 19381 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Multi-Prev ----- HyperTalk script ----- on mouseDown go to prev card of this bkgnd put the ticks into tickHolder repeat until (the mouse is up) if (the ticks - tickHolder) > 30 then go to prev card of this bkgnd put the ticks into tickHolder end if end repeat end mouseDown -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=469 top=303 right=340 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 14953 / 14953 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp pop card end mouseUp -- part 8 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=83 top=31 right=51 bottom=395 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 1280 -- line height: 16 -- part name: Title ----- HyperTalk script ----- on closeField set the name of this card to fld "title" end closeField -- part 9 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=83 top=61 right=145 bottom=396 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: definition